[Omake] Documentation example does not work

Markus Mottl markus.mottl at gmail.com
Thu Aug 9 11:31:07 PDT 2007


Hi,

the following example in the documentation does not work:

----------------------
A = 1
B = 1
C = 1
SAVE_ENV = $(export A B)
A = 2
B = 2
C = 2
export $(SAVE_ENV)
println($A $B $C)
----------------------

It fails as follows if I run "osh" on it:

----------------------
*** omake error:
   File /home/mottl/foo: line 8, characters 7-18
   syntax error: misplaced expression
----------------------

Regards,
Markus

-- 
Markus Mottl        http://www.ocaml.info        markus.mottl at gmail.com


More information about the Omake mailing list