Changeset 14952 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Constants/Environment.cs
- Timestamp:
- 05/10/17 11:23:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Constants/Environment.cs
r14897 r14952 7 7 public const char CharacterSymbol = '\''; 8 8 public const char StringSymbol = '\"'; 9 public const string NewLine = "\n"; 9 10 } 10 11 }
Note: See TracChangeset
for help on using the changeset viewer.