im a thing that does stuff sometimes maybe
last one is supposed to be preact but skill icons doesnt have it sooo
i want to switch away from powershell and i rarely use pycharm
Ive made a few languages
str funny(str name) {
return name ++ "!";
}
void main() {
print("hello" + funny("flufi")); // hello flufi!
}
fn funny name
return name + "!"
end
fn main
print "hello " + funny("flufi") // hello flufi!
end
(old and isnt used anymore)
~ funny
set str temp !
add temp arg0 temp
ret temp
~
~ main
set str temp1 hello
set str temp2 flufi
callget temp3 funny temp2
add temp4 temp1 temp3
print temp4
~
half win_w, add 20
*hello world, len, mul, -5
(old and isnt used anymore)
element {
color = #fff;
border = 2;
}
element:class {
color = #f00;
}
val = 0;
fn check() val < 5;
fn woops() {
if (random() < .5)
Obj.properties.funny(); // errors
return true;
}
fn main() {
while (check()) {
if (try woops())
print("wow");
val ++;
}
}
(old and abandoned in favour of fcl and other projects)
:P