mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
fixed demos.
-- noch
This commit is contained in:
parent
797ea84f14
commit
441264de16
2 changed files with 3 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue