jsp c'est un arraylist de string ou varImp dans proto et func
This commit is contained in:
@@ -34,7 +34,7 @@ public class Program{
|
||||
}
|
||||
|
||||
//Fonction
|
||||
public static record FunctionImp(Type type, String nom, Instruction instruction)implements Function {
|
||||
public static record FunctionImp(Type type, String nom, ArrayList<String> s,Instruction instruction)implements Function {
|
||||
//public FunctionImp(Type type, String name, Instruction instruction) {
|
||||
// this(type, name, new ArrayList<>() {{ add(instruction); }}); C KOI ?
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user