Feedback
Trailing decimal-point numeric literal shows generic member-access error
- Status
- Fixed
- Fixed in
- v26.5.7
- Source discussion
- https://forum.objo.dev/d/198-double-value-doesnt-like-this
- Last updated
- 2026-05-29
Public summary
When an ObjoBasic numeric literal is written with a trailing decimal point, for example 0., the parser reported the generic member-access error Expected property name after '.'. This made the issue look like a Graphics or Double parameter problem. ObjoBasic intentionally requires digits after the decimal point, so the parser should report an invalid numeric literal and suggest 0.0.