EOS 2  1.1.0
Einfache Objektbasierte Sprache
ReservedVariables.java
gehe zur Dokumentation dieser Datei
1 package de.lathanda.eos.vm;
2 
10 public interface ReservedVariables {
14  String RESULT = "1x";
18  String SELF = "1s";
23  String WINDOW = "1f";
29  String REPEAT_TIMES_INDEX = "1rt";
33  String COUNT = "1count";
34 
35 }
Impressum