From a984cedd59c5dc290b896e4b8743f771df31e1bd Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 29 Aug 2022 08:17:03 +0200 Subject: add type, multiline strings --- bootstrap/test2.cff | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff index f5dec29..c9ef3c9 100644 --- a/bootstrap/test2.cff +++ b/bootstrap/test2.cff @@ -82,7 +82,9 @@ extern fn main() void { } printf("n %d\n", n.value); - printf("n link %d\n", n.link.value); + printf("n li" + "nk %d\n", n.link.value); + let x Node = {}; n->ok(); -- cgit v1.2.3