コード例 #1
0
ファイル: Interpreter.cs プロジェクト: WeArePawns/Articoding
 /// <summary>
 /// run code for all blocks in the workspace to the specified language.
 /// </summary>
 public virtual void Run(Workspace workspace)
 {
 }