NumericList.Add method accepts the following as inputs:
LIST ← NumericList.New '' LIST.Add 123 LIST.Add (Numeric.New 50.123) LIST.Add (Boolean.New 1) LIST.Add (DateStamp.New 20211225) LIST.Add (CharString.New '234').ToNumeric'' LIST.Show''