Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/09/14 08:59:19 (10 years ago)
Author:
abeham
Message:

#2209: merged to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Scripting/3.3/CSharpScript.cs

    r11090 r11154  
    3838      get {
    3939        return @"// use 'vars' to access variables in the script's variable store (e.g. vars.x = 5)
     40// use 'vars[string]' to access variables via runtime strings (e.g. vars[""x""] = 5)
    4041// use 'vars.Contains(string)' to check if a variable exists
    4142// use 'vars.Clear()' to remove all variables
Note: See TracChangeset for help on using the changeset viewer.