Ruby cli: Difference between revisions

From wikinotes
Line 56: Line 56:
puts("hello, #{name} with age #{age}")
puts("hello, #{name} with age #{age}")
</syntaxhighlight>
</syntaxhighlight>
}}
</blockquote><!-- Param Parsing -->
</blockquote><!-- Param Parsing -->

Revision as of 15:30, 29 October 2022

Param Parsing, Raw

Template:Example