Changes between Version 2 and Version 3 of KeysRefactor
- Timestamp:
- 08/02/09 12:11:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KeysRefactor
v2 v3 1 === Update === 2 3 Good idea. Will not work. Consider next PIR code: 4 {{{ 5 $S0 = "foo"() 6 $P1 = $P0[$S0] 7 }}} 8 9 In this case {{{[$S0]}}} will have type {{{KEY_string_FLAG | KEY_integer_FLAG}}} but store integer value of used register. I need something different. Or not to touch Keys at all and treat them as "unavoidable evil"... 10 11 1 12 === Idea of refactoring Key PMC === 2 13