2 lines
75 B
Text
2 lines
75 B
Text
ORD(Fruit.Apple); (* Returns 0 *)
|
|
VAL(0, Fruit); (* Returns Fruit.Apple *)
|
ORD(Fruit.Apple); (* Returns 0 *)
|
|
VAL(0, Fruit); (* Returns Fruit.Apple *)
|