example

example

anonim

<pre class="hljs" style="display: block; overflow-x: auto; padding: 0.5em; color: rgb(248, 248, 242); background: rgb(35, 36, 31);"><span class="hljs-keyword" style="color: rgb(249, 38, 114);">local</span> veri = <span class="hljs-string" style="color: rgb(230, 219, 116);">"Girdiğiniz değer: %s"</span>

<span class="hljs-keyword" style="color: rgb(249, 38, 114);">local</span> x = <span class="hljs-built_in" style="color: rgb(230, 219, 116);">io</span>.read()

<span class="hljs-keyword" style="color: rgb(249, 38, 114);">local</span> veri = veri:format(x)<span class="hljs-built_in" style="color: rgb(230, 219, 116);">print</span>(veri)</pre>

Report Page