fixed demos.

-- noch


Former-commit-id: 441264de16
This commit is contained in:
Norayr Chilingarian 2015-01-28 20:17:14 +04:00
parent 930101bc00
commit 0611c0a458
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
(* compile with voc -M testFiles.Mod *)
MODULE testFiles; MODULE testFiles;
IMPORT Files, Texts := CmdlnTexts, Console; IMPORT Files, Texts, Console;
CONST file="makefile"; CONST file="makefile";

View file

@ -1,5 +1,5 @@
MODULE beep; MODULE beep;
IMPORT Files := OakFiles, rm:=oocRealMath, Unix; IMPORT Files, rm:=oocRealMath, Unix;
CONST pi2=6.28318; CONST pi2=6.28318;
(*pi2 = 6.2831802368164062;*) (*pi2 = 6.2831802368164062;*)