diff --git a/wipforth.wat b/wipforth.wat index ec5c322..6679578 100644 --- a/wipforth.wat +++ b/wipforth.wat @@ -1,5 +1,5 @@ -;; Don't panic! WAT's just like assembly, really -- if you're missing macros, -;; labels and jumps. +;; Don't panic! WAT's just like assembly, really -- if you're missing +;; macros, labels and jumps. (module (import "emu" "mem" (memory 1 1 shared))