'This is some Basic code.
Dim x As Integer
x = 5
Console.WriteLine("x = " & x)
AsciiDoc Testing
Here is some inline math:
A block of math should begin with a new line:
Here is a block of math:
Note
|
this is an admonition. |
'This is some Basic code.
Dim x As Integer
x = 5
Console.WriteLine("x = " & x)
'This is some Basic code.
Dim x As Integer
x = 5
Console.WriteLine("x = " & x)
app.rb
require 'sinatra'
get '/hi' do
"Hello World!"
end
'This is some Basic code. Dim x As Integer x = 5 Console.WriteLine("x = " & x)