8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
#lang honu/core
|
|
|
|
require (forTemplate "keywords.honu");
|
|
|
|
provide condition_clause;
|
|
|
|
pattern condition_clause literals (then) (condition_result out_result) [condition:expression then out:expression_comma];
|