c variation

for (i on tbl)		sets i=0 to 99 for 100 elements


for (i, j on tbl2)



func1( a, b : c, d )

	pass-by-value a, b
	return variables c, d


reference counts for memory objects with automatic deletion

string data type

pointers: linking dynamic objects, accessing items/bytes in a memory block, etc.

exponentiation operator 

objects

	data
	functions


	res = objtype.func1(a, b )

	a.recalc1()


