<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fortran66</author_name>
  <author_url>https://blog.hatena.ne.jp/fortran66/</author_url>
  <blog_title>fortran66のブログ</blog_title>
  <blog_url>https://fortran66.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>Fortran 2008 での文法微改良 文字列長を属性的に %len で宣言長がとれる。 program Console4 implicit none character(10) :: c = 'abc' character(:), allocatable :: d print *, c%len, ':', c d = 'def' print *, d%len, ':', d d = d // 'inition' print *, d%len, ':', d end program Console4 10 :abc 3 :def 10 :definition 続行するには何かキーを押してくだ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffortran66.hatenablog.com%2Fentry%2F2018%2F02%2F09%2F130506&quot; title=&quot;【メモ帳】Fortran 2008 微改良 - fortran66のブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://images-fe.ssl-images-amazon.com/images/I/51UG8BXF6tL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-02-09 13:05:06</published>
  <title>【メモ帳】Fortran 2008 微改良</title>
  <type>rich</type>
  <url>https://fortran66.hatenablog.com/entry/2018/02/09/130506</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
