Ticket #30: 02-sharpError.patch
File 02-sharpError.patch, 421 bytes (added by hopscc, 16 years ago) |
---|
-
Source/Expr.cobra
1912 1912 if expr inherits StringLit # TODO:? make this an arg type 1913 1913 _expr = expr 1914 1914 else 1915 assert false, expr1915 assert false, r'$sharp expression must be a String Literal (No substitutions)' 1916 1916 1917 1917 get sharpSource from var 1918 1918