Any one can help me on this code

FYI, it looks like you’re using quoting intended for speech rather than code. You want to use 3 backticks at the top and bottom of code blocks or press the button that looks like </>. Compare

function foo(speech)
println(“this doesn’t look good”)
end

to

function bar(code)
    println("ahh, much better")
end

You can still edit your post to fix it.

You should probably also say more about what your specific problem is, what else you’ve tried, etc. See this post for more information on how to write a question in a way that helps others to help you.

3 Likes