mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
Base: Move "js" and "little" HackStudio projects into ~/Source/
This commit is contained in:
7
Base/home/anon/Source/js/simple-variables.js
Normal file
7
Base/home/anon/Source/js/simple-variables.js
Normal file
@@ -0,0 +1,7 @@
|
||||
c = 1;
|
||||
function foo() {
|
||||
var a = 5;
|
||||
var b = 7;
|
||||
return a + b + c;
|
||||
}
|
||||
foo();
|
||||
Reference in New Issue
Block a user