why this fails for an identifier?

BlitzPlus Forums/BlitzPlus Programming/why this fails for an identifier?

matthews_30(Posted 2005) [#1]
can anybody helpme with this?? when compiling it says "Expecting Identifier"

Graphics 800,600
SetBuffer BackBuffer()

Const MiNave$="<xxxxx>" ;
Const ESCAPE=1, ARRIBA = 200, IZQDA = 203, ABAJO = 208, DERECHA = 205
Const InicioX=0, Const InicioY=0 ;lugar donde comenzara nuestra nave InicioX,InicioY

Type Nave
Field x,y ;posicion de la nave
Field ImgNave ;acá vamos a poner la nave (podria ser una imagen tambien, jeje...)
End Type

Sorry for my english!

and Thanks!

matt.


matthews_30(Posted 2005) [#2]
fixed!

it was a pending Wend.

Thx!