


string
numeric integer/float etc
boolean




if/then/else
while
repeat n times
for i on table1



pointers
dynamic objects
element of an array



functions

func1(a,b:c,d)

pass-by-value a,b
output values c, d





structs


installable aggregate types arrays, associative arrays, tree etc

	add, remove, element i, number of items



backwards compatable with C, i.e. c code compiles directly
