A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
2
Task/Literals-String/Forth/literals-string-1.fth
Normal file
2
Task/Literals-String/Forth/literals-string-1.fth
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
char c emit
|
||||
s" string" type
|
||||
3
Task/Literals-String/Forth/literals-string-2.fth
Normal file
3
Task/Literals-String/Forth/literals-string-2.fth
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
: main
|
||||
[char] c emit
|
||||
s" string" type ;
|
||||
2
Task/Literals-String/Forth/literals-string-3.fth
Normal file
2
Task/Literals-String/Forth/literals-string-3.fth
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
'c emit
|
||||
s\" hello\nthere!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue