Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 29, 2024
1 parent c32e6fc commit 01c1d85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion recase.art
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@ export module [
;---------------------------

if standalone? ::
loop ["This is an example", "ThisIsAnExample", "this345_is_an_example", "printSQL", "ДоброЈутро"] 'str [
loop [
"This is an example"
"ThisIsAnExample"
"this345_is_an_example"
"printSQL"
"ДоброЈутро"
] 'str [
print ["String is:" str]
print ["Camel case:" recase.camel str]
print ["Title case:" recase.title str]
Expand Down

0 comments on commit 01c1d85

Please sign in to comment.