Main Page: Difference between revisions

From ElixirBlocks
Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
Blocks
Blocks


<code>
<syntaxhighlight>
<pre>
   def test() do  
   def test() do  


Line 8: Line 7:
    
    
   end
   end
  </pre>
<syntaxhighlight/>
</code>

Revision as of 04:01, 8 March 2023

Blocks

<syntaxhighlight>

 def test() do 
   "Hiya"
 
 end