mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 20:22:24 +00:00
parent
930101bc00
commit
0611c0a458
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
(* compile with voc -M testFiles.Mod *)
|
||||
MODULE testFiles;
|
||||
|
||||
IMPORT Files, Texts := CmdlnTexts, Console;
|
||||
IMPORT Files, Texts, Console;
|
||||
|
||||
CONST file="makefile";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
MODULE beep;
|
||||
IMPORT Files := OakFiles, rm:=oocRealMath, Unix;
|
||||
IMPORT Files, rm:=oocRealMath, Unix;
|
||||
|
||||
CONST pi2=6.28318;
|
||||
(*pi2 = 6.2831802368164062;*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue