Add Concat and implement img body html
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user