Some tests use the new macro <name> syntax

This happens to make quine.asm shorter
This commit is contained in:
Rangi
2021-03-31 00:00:18 -04:00
parent d08bcc455d
commit 61a9bfd33c
4 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
q:macro
macro q
println\1,"\1"
endm
q"q:macro\nprintln\\1,\"\\1\"\nendm\n q"
q"macro q\nprintln\\1,\"\\1\"\nendm\n q"