Skip to content

Commit

Permalink
complete implementation of codifySafe
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 2, 2023
1 parent 01a3600 commit e60c055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafito.art
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ graph: function [
;--------------------------
codifySafe: function [val][
(string? val)? [

return "+" + (escape.json val) + "+"
][
return as.code val
]
Expand Down

0 comments on commit e60c055

Please sign in to comment.