Skip to content

Commit

Permalink
Readded the string function (#59)
Browse files Browse the repository at this point in the history
This was removed in #58 however, there seem to be issues with it being removed
  • Loading branch information
JKRT committed Jan 11, 2022
1 parent c4d5783 commit 8afe308
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/metaRuntime.jl
Original file line number Diff line number Diff line change
Expand Up @@ -795,3 +795,7 @@ end
function StringFunction(r::Float64)::String
realString(r)
end

function String(arg)::String
return string(arg)
end

0 comments on commit 8afe308

Please sign in to comment.