From 27e822a6a754cb5ce81aeb1f542272c8214ea153 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 11 Jul 2015 21:18:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=20program.o?= =?UTF-8?q?wn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- program.own | 2 ++ 1 file changed, 2 insertions(+) diff --git a/program.own b/program.own index 234db83..3a8dbf1 100644 --- a/program.own +++ b/program.own @@ -1,3 +1,5 @@ +use "math" +use "std" word = 2 + 2 word2 = PI + word str = "a" * 5 + "ba" * 7 + "\n"