From d3ed2864afd3d470a39c7ef2ec1a53deaae18d14 Mon Sep 17 00:00:00 2001 From: c Date: Sat, 6 Jan 2024 22:16:06 -0500 Subject: Tests worked out. --- examples/hello.halk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hello.halk') diff --git a/examples/hello.halk b/examples/hello.halk index 0fb2fd6..4eeeeb7 100644 --- a/examples/hello.halk +++ b/examples/hello.halk @@ -2,7 +2,7 @@ :str:hello = "Hello"; ` Define a variable "hello" with the type "str". ` -:str:greet.:str:target = strcat.hello, ", ", target; ` Define a function "greet" that returns a "str" and accepts an +:str:greet.:str:target = strcat.hello, " ", target, "."; ` Define a function "greet" that returns a "str" and accepts an argument "target", also of type "str". ` ` some more functions ` -- cgit v1.2.3