*** empty log message ***
This commit is contained in:
		| @ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * $Id: run.c,v 1.246 2006-10-27 13:49:43 bacon Exp $ |  * $Id: run.c,v 1.247 2006-10-27 13:52:25 bacon Exp $ | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #include <ase/awk/awk_i.h> | #include <ase/awk/awk_i.h> | ||||||
|  | |||||||
| @ -1,8 +1,10 @@ | |||||||
|  |  | ||||||
| main () | #main () | ||||||
| { | { | ||||||
| 	#print (("%f", 1.0)); | 	#print (("%f", 1.0));  # syntax error | ||||||
| 	print (10) + 20; | 	print ((((10) + 20))); | ||||||
|  | 	#print ("%f", 1.0);  | ||||||
|  | 	print ((10) + 20, 50); | ||||||
| } | } | ||||||
|  |  | ||||||
| BEGIN { | BEGIN { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user