Created
May 14, 2024 17:16
-
-
Save zamabuvaraeu/54827bb4021db4b381d171630671c559 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include once "windows.bi" | |
#include once "crt.bi" | |
Dim user_name As String, user_age As Integer | |
Input "Enter your name and age, separated by a comma: ", user_name, user_age | |
Print "Your name is " & user_name & ", and you are " & user_age & " years old." | |
Print "Great!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment