6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
// Demonstrate ReasonLIGO inclusion statements, see included.religo
|
|
|
|
#include "included.religo"
|
|
|
|
let bar : int = foo;
|