view samples/compilerbug_001.tp @ 301:5d24b3117aa7

Add startsWith? to string
author Michael Pavone <pavone@retrodev.com>
date Fri, 25 Jul 2014 13:43:36 -0700
parents 90542a7077a9
children
line wrap: on
line source

#{
	value <- 0
	
	main <- {
		f <- {value}
		f:
	}
}