Jump to content

Category:Elena: Difference between revisions

Line 134:
import extensions.
public program =
[
bool b1 := true.
Line 143:
console printLine(b1,"==",b2," is ",b1==b2).
console printLine(b2,"==",b1," is ",b1==b2).
].
 
Note that implicit extension method - extensions'outputOp.printLine[] - was used to simplify the output operations.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.