about summary refs log blame commit diff stats
path: root/uxntal/exit.tal
blob: 143deff947ed559039f8eca51e45f61715c42de1 (plain) (tree)
1
2
3
4
5
6





                                                            












                                       

                             
( 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