Actually use a di-graph in the ngraph test, and replaced the curly braces and the builgin-# sign

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-10-29 14:47:11 +01:00
parent aff3cbbaa8
commit 0ca2807096

View file

@ -1,6 +1,6 @@
void(string, string) print = #1;
void(string, string) print = %:1;
void() main = {
void() main = ??<
print("??=??'??(??)??!??<??>??-??/??/", "??/n");
print("#^[]|{}~\\", "\n");
};
%>;