summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/examples/syntaxerr.zpy
blob: 87494ed45cf13987f3b17b6d80efcbdbd9def94c (plain)
1
2
3
4
5
(defun main int)
	(let x:int)
	(set x 10)
	(return 10)
(endfun)