added a 3-instruction 10-character echo test to examples
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
1 5 10 0 11
|
||||
2 4 1 10 2
|
||||
3 3 1 11 1
|
||||
@@ -0,0 +1,3 @@
|
||||
set 10 0 11 ; set the newline character to loc 11
|
||||
inp 1 10 2 ; input characters from loc 1 to loc 10 from port 2
|
||||
out 1 11 1 ; output them right away along with the newline into port 1
|
||||
Reference in New Issue
Block a user