Difference between revisions of "User:Asdf334"

m
Line 4: Line 4:
  
 
<asy>draw((1,0)--(2,0));
 
<asy>draw((1,0)--(2,0));
label((1,0),"<math>A</math>");
+
label((1,0),"$A$");
label((2,0),"<math>B</math>");
+
label((2,0),"$B$");</asy>

Revision as of 19:59, 3 March 2020

this is where i selflearn asy

test for labeling:

[asy]draw((1,0)--(2,0)); label((1,0),"$A$"); label((2,0),"$B$");[/asy]