mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 20:57:08 +00:00
10 lines
197 B
ActionScript
10 lines
197 B
ActionScript
package {
|
|
public namespace AS3 = "http://adobe.com/AS3/2006/builtin";
|
|
|
|
public const NaN: Number = 0 / 0;
|
|
|
|
public const Infinity: Number = 1 / 0;
|
|
|
|
public const undefined = void 0;
|
|
}
|