Category:CafeOBJ: Difference between revisions

m
Line 24:
eq hello = "Hello World" .
}
-- Start CafeOBJ interactive session at command line
--> cafeobj
-- Bring *in* the file at CafeOBJ prompt
in hello.cafe
Line 36 ⟶ 38:
<lang CafeOB>
-- Here is a one line sorting program.
-- See [https://rosettacode.org/wiki/Category:CafeOBJ] for more traditional quicksort
mod! SORTING-NAT {
pr(NAT)
101

edits