Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
f9c5a807
Commit
f9c5a807
authored
Dec 18, 2014
by
Vinicius Jarina
Browse files
Fixed typo in README.md
parent
328230bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f9c5a807
...
@@ -117,7 +117,7 @@ Retrieving global values:
...
@@ -117,7 +117,7 @@ Retrieving global values:
```
csharp
```
csharp
state
.
DoString
(
"y = 10 + x*(5 + 2)"
);
state
.
DoString
(
"y = 10 + x*(5 + 2)"
);
var
y
=
state
[
"y"
]
as
double
;
--
Retrieve
the
value
of
y
var
y
=
state
[
"y"
]
as
double
;
//
Retrieve the value of y
```
```
Retrieving Lua functions:
Retrieving Lua functions:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment