This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
67bde5ecc3
tvl-depot
/
users
/
tazjin
/
rlox
/
examples
/
var.lox
9 lines
68 B
Text
Raw
Normal View
History
Unescape
Escape
feat(tazjin/rlox): Support local variables WIP Change-Id: I78fbc885faaac165c380cbd9aa98b4b64a9b8274 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3685 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
2021-10-03 13:20:44 +02:00
var a = 10;
var b = 5;
chore(tazjin/rlox): Add some old code example files Change-Id: I484b11069286ea2277e9e158fa5c3bd34f84c89e Reviewed-on: https://cl.tvl.fyi/c/depot/+/3464 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
2021-08-30 18:15:05 +02:00
{
feat(tazjin/rlox): Support local variables WIP Change-Id: I78fbc885faaac165c380cbd9aa98b4b64a9b8274 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3685 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
2021-10-03 13:20:44 +02:00
var b = 10;
var c = 2;
a * b * c;
chore(tazjin/rlox): Add some old code example files Change-Id: I484b11069286ea2277e9e158fa5c3bd34f84c89e Reviewed-on: https://cl.tvl.fyi/c/depot/+/3464 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
2021-08-30 18:15:05 +02:00
}
Reference in a new issue
Copy permalink