Исправлен пример program.own

This commit is contained in:
Victor 2015-07-11 21:18:58 +03:00
parent e1a69bbdf4
commit 27e822a6a7

View File

@ -1,3 +1,5 @@
use "math"
use "std"
word = 2 + 2
word2 = PI + word
str = "a" * 5 + "ba" * 7 + "\n"