ex1 3¶ ← Back Basic Info¶ Type: sml Size: 122 B Origin Download Functional Programming └── Lab ML └── 0228 └── ex1 3.sml Preview¶ (*Express E orlse F and E andalso F using if-then-else statements*) (* if E then true else F; if E then F else false; *)