Add Concat and implement img body html

This commit is contained in:
2024-09-26 00:33:52 +02:00
parent bd6ede1df9
commit 91e52aeb2a
4 changed files with 26 additions and 6 deletions

View File

@@ -9,6 +9,9 @@ evalFunction f x = case (f, x) of
(AppendStrings, Tuple (String _, String _)) ->
String undefined
(ConcatStrings, List _) ->
String undefined
(JoinPaths, Tuple (String _, String _)) ->
String undefined