RosettaCodeData/Task/Inverted-syntax/Latitude/inverted-syntax-3.latitude

8 lines
105 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
global let= := { self slot ($2) = #'$1. }.
local 'a = 6.
println: a. ;; 6
let 6 = 'b.
println: b. ;; 6