[ blitz ] прога [ /blitz ]
[blitz]; IF THEN Example
; Input the user's name
name$=Input$("What is your name? ")
; Doesn't the person's name equal SHANE?
If name$ = "Shane" Then
Print "You are recognized, Shane! Welcome!"
Else
Print "Sorry, you don't belong here!"
; End of the condition checking
End If
[/blitz]
у кого как отображается? комментарии...
__________________
Как минимум я помог многим (с)
|