make maps oop

This commit is contained in:
2023-04-08 15:34:15 +02:00
parent 90b506d22f
commit 2d3c7c42ce
31 changed files with 708 additions and 275 deletions

View File

@@ -11,8 +11,7 @@ name = "william bell"
term.log(getInitials(name))
term.log(name)
let addLastName(name) = do
name.append(" Bell")
let addLastName(name) = name.append(" Bell")
name = "William"
addLastName(name)