refractor code, seperate instructions from keywords
This commit is contained in:
@@ -1,18 +1,4 @@
|
||||
include "std.mcl"
|
||||
|
||||
mem dup 72 @8
|
||||
1 + dup 101 @8
|
||||
1 + dup 110 @8
|
||||
1 + dup 108 @8
|
||||
1 + dup 111 @8
|
||||
1 + dup 32 @8
|
||||
1 + dup 119 @8
|
||||
1 + dup 111 @8
|
||||
1 + dup 114 @8
|
||||
1 + dup 108 @8
|
||||
1 + dup 100 @8
|
||||
1 + dup 33 @8
|
||||
1 + dup 10 @8
|
||||
1 +
|
||||
|
||||
mem - mem 1 1 syscall3
|
||||
"Henlo World! :3\n" puts
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include "io.mcl"
|
||||
include "std.mcl"
|
||||
|
||||
macro BOARD_SIZE 100 end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user