]> ruin.nu Git - proglang.git/blobdiff - examples/var
moved comments to examples
[proglang.git] / examples / var
index 51c55843ef0c1872961f39982ee1fa2817f65ce8..17ce26270239e1192c4324653ff62dd6bb344acf 100644 (file)
@@ -1,3 +1,6 @@
+/*
+Tests simple variable assignments and expressions.
+*/
 int a = 3;
 int b = a - 5;
 int c = a + b*7;