Language reference
Values stay readable.
Liminate works with numbers, dates, strings, lists, records, names, and fields.
remember a customer called customer1 with name as "Ava Reed" and status as active
remember a list called customers with customer1
show name of customer1
Quotes bracket multi-word strings or values that would collide with reserved words. Quoted content preserves original casing.
Dates are a bare, unquoted ISO 8601 value — recognized by shape (YYYY-MM-DD), the same way a number is recognized by its digits. Zero new reserved words.
remember a date called due-date with 2025-07-01
require due-date is below 2025-12-31
Quoting still marks data — "2025-07-01" is a string, not a date.