mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-10 15:52:12 +00:00
Update README.md
This commit is contained in:
parent
a8ed99a7b4
commit
68c5ef214f
@ -85,7 +85,7 @@ func Main()
|
||||
|
||||
if s == "r"
|
||||
{
|
||||
print s + " is r"
|
||||
Printl(s + " is r")
|
||||
}
|
||||
|
||||
int functionNumber = ExampleFunction("A", s)
|
||||
@ -99,8 +99,8 @@ func Main()
|
||||
/// be assigned at all on execute and can be left blank
|
||||
func ExampleFunction(inputA, inputB)
|
||||
{
|
||||
print "In A is: " + inputA
|
||||
print "In B is: " + inputB
|
||||
Printl("In A is: " + inputA)
|
||||
Printl("In B is: " + inputB)
|
||||
|
||||
// Return a value to the valling location
|
||||
return 4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user