summaryrefslogtreecommitdiff
path: root/lib/stdlib.gorth
blob: 97718cb84d8890b5b325041cdf81244d334b3675 (plain)
1
2
3
4
5
6
7
define write
	1 1 syscall.4 drop
end

define exit
	60 syscall.2 drop
end