Skip to content

Instantly share code, notes, and snippets.

@zamabuvaraeu
Created May 14, 2024 17:16
Show Gist options
  • Save zamabuvaraeu/54827bb4021db4b381d171630671c559 to your computer and use it in GitHub Desktop.
Save zamabuvaraeu/54827bb4021db4b381d171630671c559 to your computer and use it in GitHub Desktop.
#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