Closed yeti0904 closed 2 months ago
Program:
include "cores/select.cal" include "std/io.cal" struct meow cell meow end implement meow init "meow init\n" printstr 5 swap ! end implement meow deinit "meow end\n" printstr end let meow myMeow myMeow @ printdec new_line
should print:
meow init 5 meow end
prints:
meow init 0 m
fixed in 5a1163547e788545552f0815a8056095bf91fa77
Program:
should print:
prints: