Advertisement
jargon

fbc pdun007c.bas errors

Sep 18th, 2020
2,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. D:\pdun007c>fbc pdun007c.bas
  2. pdun007c.bas(161) error 42: Variable not declared, GA in 'PUT ((T - 1) * 16, (TT - 1) * 16), GA'
  3. pdun007c.bas(164) error 14: Expected identifier, found 'GA' in 'PUT ((T - 1) * 16, (TT - 1) * 16), GA'
  4. pdun007c.bas(172) error 42: Variable not declared, GB in 'PUT ((T - 1) * 16, (TT - 1) * 16), GB'
  5. pdun007c.bas(175) error 42: Variable not declared, GC in 'PUT ((T - 1) * 16, (TT - 1) * 16), GC'
  6. pdun007c.bas(183) error 14: Expected identifier, found 'GB' in 'PUT ((T - 1) * 16, (TT - 1) * 16), GB'
  7. pdun007c.bas(186) error 14: Expected identifier, found 'GC' in 'PUT ((T - 1) * 16, (TT - 1) * 16), GC'
  8. pdun007c.bas(194) error 42: Variable not declared, GD in 'PUT ((T - 1) * 16, (TT - 1) * 16), GD'
  9. pdun007c.bas(197) error 14: Expected identifier, found 'GD' in 'PUT ((T - 1) * 16, (TT - 1) * 16), GD'
  10. pdun007c.bas(231) error 42: Variable not declared, GR in 'PUT ((8 - 1) * 16, (4 - 1) * 16), GR, OR'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement