Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Comments/Toka/comments-1.toka
Normal file
1
Task/Comments/Toka/comments-1.toka
Normal file
|
|
@ -0,0 +1 @@
|
|||
#! Everything on this line (after the shebang to the left) will be ignored.
|
||||
2
Task/Comments/Toka/comments-2.toka
Normal file
2
Task/Comments/Toka/comments-2.toka
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[ ( a b -- c )
|
||||
... ] is myword
|
||||
3
Task/Comments/Toka/comments-3.toka
Normal file
3
Task/Comments/Toka/comments-3.toka
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
( This is a
|
||||
simple, multi-line
|
||||
comment )
|
||||
3
Task/Comments/Toka/comments-4.toka
Normal file
3
Task/Comments/Toka/comments-4.toka
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
... code ....
|
||||
end.
|
||||
Nothing following the end. will be evaluated by Toka.
|
||||
Loading…
Add table
Add a link
Reference in a new issue