ID:110199
 
BYOND Version:479
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Chrome 9.0.597.98
Applies to:Dream Maker
Status: Deferred

This issue may be low priority or very difficult to fix, and has been put on the back burner for the time being.
Descriptive Problem Summary:

Numbered Steps to Reproduce Problem:

Code Snippet (if applicable) to Reproduce Problem:
point
var
x
y
proc
get_dist_x(point/p)return x-p.x
get_dist_y(point/p)return y-p.y
get_dist(point/p)return ((get_dist_x(p)**2)+(get_dist_y(p)**2))


Expected Results:
To get a message along the lines of "error: get_dist: invalid proc name: reserved word"
Actual Results:
error: return: expected end of statement
For future bug reports, you should always be sure to include a description of the problem right up at the top.
I figured the title was enough.