Comment by Workaccount2
6 days ago
This has never happened before. There has never been a plain English programming language.
Public Class Form1
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
MessageBox.Show("Hello, World!")
End Sub
End Class
Becomes
"Make a message box pop up on the screen that says Hello World!"
No comments yet
Contribute on Hacker News ↗