Revert the in prog commit that was lost, as the scoping branch is now handeling it
This commit is contained in:
@@ -2,10 +2,6 @@ __if_comp__ __C__ __simple_passthrough__ """
|
||||
#include <stdio.h>
|
||||
"""
|
||||
|
||||
/*
|
||||
*import string;
|
||||
*/
|
||||
|
||||
|void| println() {
|
||||
print("\n");
|
||||
}
|
||||
@@ -24,17 +20,6 @@ __if_comp__ __C__ __simple_passthrough__ """
|
||||
println();
|
||||
}
|
||||
|
||||
/*
|
||||
*|void| print(|String| toPrint) {
|
||||
* print(toPrint.c_str());
|
||||
*}
|
||||
*
|
||||
*|void| println(|String| toPrint) {
|
||||
* print(toPrint);
|
||||
* println();
|
||||
*}
|
||||
*/
|
||||
|
||||
|void| print(|int| toPrint) {
|
||||
__if_comp__ __C__ {
|
||||
__simple_passthrough__ """
|
||||
|
||||
Reference in New Issue
Block a user