1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

removed parallelism start marker

This commit is contained in:
Ian Bertolacci
2018-07-23 09:23:43 -07:00
parent a52115be2f
commit fdf12d97c7

View File

@@ -893,7 +893,6 @@ foo();
// We can declare a main procedure, but all the code above main still gets // We can declare a main procedure, but all the code above main still gets
// executed. // executed.
proc main() { proc main() {
writeln("PARALLELISM START");
// A begin statement will spin the body of that statement off // A begin statement will spin the body of that statement off
// into one new task. // into one new task.