aboutsummaryrefslogtreecommitdiff
path: root/struct.lang
diff options
context:
space:
mode:
Diffstat (limited to 'struct.lang')
-rw-r--r--struct.lang2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.lang b/struct.lang
index 5bd38c4..4f89e52 100644
--- a/struct.lang
+++ b/struct.lang
@@ -11,7 +11,7 @@ func f(int iets1, S s, int iets2) {
}
func int main() {
- // global.x = 3 * global.x + int(global.y);
+ global.x = 3 * global.x + int(global.y);
putint(global.x + 1); putc(global.y); putc('\n');
int a := getc();
int b := getc();