Bitlash-2.0-RC1
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Bitlash 2.0 RC1
Bitlash Release Notes

2.0 RC1

- Syntax overhaul:
	if (expression) { stmt;...;stmt;} else {stmt;...;stmt;}
	while (expression) { stmt; }
	switch (expression) { stmt0; stmt1; ... stmtN; }
	function hello {print "Hello, world!";}

- Macros are now Functions, they take arguments and can return a value
	arg(0) is the count of args you got
	arg(1..n) are the args
	return expression; to return a value; zero is assumed
	User Functions in C use this same scheme now

- Function (/macro) definition syntax has changed:
	function printmyargs {i=0; while ++i  
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。