You can find it in RuriLib#Blocks#BlockFunction.inputString
private string inputString = "";
/// <summary>The input string on which the function will be executed (not always needed).</summary>
public string InputString { get { return inputString; } set { inputString = value; OnPropertyChanged(); } }
So I also have a problem with my terminal which displays these thanks in advance
bash: /home/flyman/.bashrc: ligne 112: erreur de syntaxe : fin de fichier prématurée