Skip to content

Commit a9f0043

Browse files
Update TUTORIAL.md
1 parent d225c81 commit a9f0043

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

TUTORIAL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,17 @@ it should have been:
11961196
endwhile[]
11971197
)
11981198

1199+
# Asynchronous process
1200+
In Batch, you can run a Batch file asynchronously using:
1201+
1202+
start /B "" file.bat
1203+
1204+
the equivalent in FreakC would be:
1205+
1206+
open[] /B "" file.bat
1207+
11991208
# Parentheses
1209+
## An alternative
12001210
Because FreakC uses more "human-friendly" syntax, but Batch uses parentheses for creating blocks of codes, so I've decided to add a crappy "human version" of this:
12011211

12021212
if[] 1 == 1 begin[]

0 commit comments

Comments
 (0)