]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Sections.scl
Added info on backup location to documentation backup.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Sections.scl
1 import "Prelude"\r
2 \r
3 main = map (1/) $ map (*3) [1,2,3]\r
4 --\r
5 [0.3333333333333333, 0.16666666666666666, 0.1111111111111111]