about summary refs log tree commit diff stats
path: root/uxntal/exit.tal
blob: 143deff947ed559039f8eca51e45f61715c42de1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
( exit )

|10 @Console &vector $2 &read $1 &pad $5 &write $1 &error $1

|0100 ( -> )

	( print hello )
	;hello-txt
	
	&while
		LDAk .Console/write DEO
		INC2 LDAk ,&while JCN
	POP2

	( exit )
	#010f DEO

BRK


@hello-txt "Hello 20 "Uxn! $1