Skip to content

ex1 3

← Back

Basic Info

Functional Programming
└── Lab ML
    └── 0​228
        └── 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;
*)