1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 01:58:00 +02:00
Beef/IDE/mintest/src/main2.bf

18 lines
321 B
Beef
Raw Normal View History

2020-04-10 08:58:12 -07:00
// more text at the end of the first line. This is more text.
2019-11-27 08:02:15 -08:00
2020-04-10 08:58:12 -07:00
using System;
2020-04-10 08:58:12 -07:00
class Pooble
2019-11-27 08:02:15 -08:00
{
2020-04-10 08:58:12 -07:00
public void Test(int abcdefgh, int abcdefgh2, int abcdefgh3, int abcdefgh4, int abcdefgh5, int abcdefgh6, int abcdefgh7, int abcdefgh8)
{
2020-04-10 08:58:12 -07:00
}
public static float sVal = 9;
2019-11-27 08:02:15 -08:00
2020-04-10 08:58:12 -07:00
public static mixin Zorp(var z)
{
z * sVal
}
}