AutoHotKey , 58 bytes
##AutoHotKey , 58 bytes Golfed and ungolfed are the same. ###Golfed: ###Ungolfed:
Golfed:
Ungolfed:
c:=0
x:=0
InputBox, x
while c<x{
c:=c+1
tooltip %c%
}
##AutoHotKey , 58 bytes Golfed and ungolfed are the same. ###Golfed: ###Ungolfed:
c:=0
x:=0
InputBox, x
while c<x{
c:=c+1
tooltip %c%
}
AutoHotKey , 58 bytes
Golfed and ungolfed are the same.
Golfed:
Ungolfed:
c:=0
x:=0
InputBox, x
while c<x{
c:=c+1
tooltip %c%
}
##AutoHotKey, 58 bytes Golfed and ungolfed are the same. ###Golfed: ###Ungolfed:
c:=0
x:=0
InputBox, x
while c<x{
c:=c+1
tooltip %c%
}