Changeset 15289 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Constants
- Timestamp:
- 07/26/17 19:34:13 (7 years ago)
- Location:
- branches/PushGP/HeuristicLab.PushGP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP
-
Property
svn:ignore
set to
*.user
-
Property
svn:ignore
set to
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Constants/PushEnvironment.cs
r15189 r15289 17 17 public const string CharSymbolStr = "'"; 18 18 public const string StringSymbolStr = "\""; 19 public const string NewLine = "\n"; 19 public const char NewLine = '\n'; 20 public const string NewLineStr = "\n"; 20 21 } 21 22 }
Note: See TracChangeset
for help on using the changeset viewer.