Published on InterSystems Developer Community (https://community.intersystems.com)

Home > how run main method

Question
yeung elijah · Jan 23, 2021

how run main method

Hi, I am a novice.
how run main method by stdio -> objectscript?

```java
Class test.TestClass Extends %Persistent
{

// main

Method Main()
{
//how run main method
}

}

#ObjectScript #Caché
Product version: IRIS 2020.4

Source URL:https://community.intersystems.com/post/how-run-main-method