2013-12-04 15:46:41 +00:00
<!DOCTYPE html>
< html >
< head >
< meta http-equiv = "Content-type" content = "text/html;charset=UTF-8" />
2014-02-17 04:02:04 +00:00
< title > {title} – Wren</ title >
2013-12-04 15:46:41 +00:00
< link rel = "stylesheet" type = "text/css" href = "style.css" />
2014-08-19 14:35:20 +00:00
< link href = 'http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic|Source+Code+Pro:400|Lato:400|Sanchez:400italic,400' rel = 'stylesheet' type = 'text/css' >
2014-04-11 17:44:33 +00:00
<!-- Tell mobile browsers we're optimized for them and they don't need to crop
the viewport. -->
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1" />
2013-12-04 15:46:41 +00:00
</ head >
< body id = "top" >
2014-04-15 04:23:46 +00:00
< header >
< div class = "page" >
2014-08-19 14:35:20 +00:00
< div class = "main-column" >
< h1 >< a href = "index.html" > wren</ a ></ h1 >
< h2 > a classy little scripting language</ h2 >
</ div >
2014-04-15 04:23:46 +00:00
</ div >
</ header >
< div class = "page" >
2014-04-21 04:42:17 +00:00
< nav >
2013-12-04 15:46:41 +00:00
< ul >
2014-04-09 14:53:30 +00:00
< li >< a href = "getting-started.html" > Getting Started</ a ></ li >
2013-12-04 15:46:41 +00:00
</ ul >
2014-08-19 14:35:20 +00:00
< section >
< h2 > language</ h2 >
< ul >
< li >< a href = "syntax.html" > Syntax</ a ></ li >
< li >< a href = "method-calls.html" > Method Calls</ a ></ li >
< li >< a href = "variables.html" > Variables</ a ></ li >
< li >< a href = "branching.html" > Branching</ a ></ li >
< li >< a href = "looping.html" > Looping</ a ></ li >
< li >< a href = "error-handling.html" > Error Handling</ a ></ li >
</ ul >
</ section >
< section >
< h2 > types</ h2 >
< ul >
< li >< a href = "values.html" > Values</ a ></ li >
< li >< a href = "classes.html" > Classes</ a ></ li >
< li >< a href = "fibers.html" > Fibers</ a ></ li >
< li >< a href = "functions.html" > Functions</ a ></ li >
< li >< a href = "lists.html" > Lists</ a ></ li >
< li >< a href = "maps.html" > Maps</ a ></ li >
</ ul >
</ section >
< section >
< h2 > reference</ h2 >
< ul >
2014-08-24 16:09:10 +00:00
< li >< a href = "core-library.html" > Core Library</ a ></ li >
2014-08-19 14:35:20 +00:00
< li >< a href = "embedding-api.html" > Embedding API</ a ></ li >
< li >< a href = "performance.html" > Performance</ a ></ li >
< li >< a href = "contributing.html" > Contributing</ a ></ li >
< li >< a href = "qa.html" > Q & A</ a ></ li >
</ ul >
</ section >
2014-04-11 17:44:33 +00:00
</ nav >
2014-04-21 04:42:17 +00:00
< main >
2014-08-19 14:35:20 +00:00
< h1 > {title}</ h1 >
2014-04-05 22:39:02 +00:00
{html}
2014-04-11 17:44:33 +00:00
</ main >
2014-04-15 04:23:46 +00:00
</ div >
< footer >
< div class = "page" >
2014-08-19 14:35:20 +00:00
< div class = "main-column" >
2014-08-24 16:09:10 +00:00
< p > Wren lives < a href = "https://github.com/munificent/wren" > on GitHub</ a > — Made with ❤ by < a href = "http://journal.stuffwithstuff.com/" > Bob Nystrom</ a > .</ p >
2014-08-19 14:35:20 +00:00
< div class = "main-column" >
2014-04-15 04:23:46 +00:00
</ div >
</ footer >
2013-12-04 15:46:41 +00:00
</ body >
</ html >