1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-10 02:29:30 +00:00
PLASMA/src/inc/testlib.plh

9 lines
114 B
Plaintext

import testlib
word print
const dec = 0
const hex = 2
const newln = 4
const str = 6
const chr = 8
end